objectType = $objectType; $this->methodName = $methodName; $this->newClassString = $newClassString; } public function getObject() : ObjectType { return $this->objectType; } public function getMethodName() : string { return $this->methodName; } public function getNewClassString() : string { return $this->newClassString; } }